﻿/* CSS Document */
@charset "utf-8";
body{
	background:#dfe9f3;
	font-family:'微软雅黑';
}
img{border:0;}
a{text-decoration:none;}
li{list-style:none;}
body,p,ul,li,h1{margin:0;padding:0;}
input::-ms-clear{display:none;}
*:focus {outline: none;}
.center{width:1110px;height:auto;margin:0 auto;}
/*top*/
.top_bg{
	width:100%;
	height:133px;
	background:url(../images/top_bg.jpg) center no-repeat;	
}
.logo{
	width:524px;
	height:133px;
	float:left;
}
.tel{
	width:240px;
	height:133px;
	background:url(../images/tel.png) no-repeat;
	float:right;
	position:relative;
}
.tel p.p1{
	display:block;
	font-size:14px;
	color:#226b81;
	margin-top:29px;
	margin-left:48px;
}
.tel p.p2{
	display:block;
	font-size:24px;
	color:#226b81;
	font-weight:bold;
	margin-left:48px;
}
.tel p.p3{
	display:block;
	font-size:12px;
	color:#226b81;
	font-weight:bold;
	margin-left:48px;
}
.tel p.p4{
	display:block;
	font-size:12px;
	color:#226b81;
	font-weight:bold;
	margin-left:48px;
	margin-top:8px;
}

/*nav*/
.nav_bg{
	width:100%;
	height:56px;
	background:#236b81;
}
.nav>ul>li{
	width:155px;
	height:56px;
	float:left;
	position:relative;
	z-index:2;
}
.nav>ul>li>a{
	display:block;
	width:185px;
	height:56px;
	float:left;
	text-align:center;
	line-height:56px;
	font-size:18px;
	color:#fff;
}
.nav>ul>li>a:hover,.nav>ul>li>a.active{
	background:url(../images/nav_bg1.png) no-repeat;
	color:#0c5065;
}
.nav>ul>li:hover .nav2{display:block;}
.nav2{
	position:absolute;
	top:56px;
	left:0;
	display:none;
}
.nav2>li{
	width:185px;
	height:37px;
	position:relative;
	float:left;
}
.nav2>li>a{
	display:block;
	width:185px;
	height:37px;
	text-align:center;
	line-height:37px;
	font-size:14px;
	color:#fff;
	background:url(../images/nav_bg2.png) no-repeat;
	position:absolute;
}
.nav2>li>a.a1{top:0px;left:-21px;}
.nav2>li>a.a2{top:0px;left:-42px;}
.nav2>li>a.a3{top:0px;left:-63px;}
.nav2>li>a.a4{top:0px;left:-84px;}
.nav2>li>a:hover{
	background:url(../images/nav_bg3.png) no-repeat;
	color:#0c5065;
}

/*service*/
.service{
	width:195px;
	height:319px;
	position:fixed;
	right:0px;
	top:300px;
	z-index:999;
}
.service1{
	width:32px;
	height:108px;
	background:url(../images/service1.png) no-repeat;
	float:left;
	margin-top:90px;
	font-size:14px;
	color:#fff;
	text-align:center;
	padding-top:28px;
	cursor:pointer;
}
.service2{
	width:163px;
	height:319px;
	background:url(../images/service2.png) no-repeat;
	float:right;
}
.service2 p.ps1{
	font-size:16px;
	color:#236b81;
	margin-top:18px;
	margin-left:52px;
}
.service2 a{
	display:block;
	margin-top:28px;
	margin-left:76px;
	font-size:14px;
	color:#666;
}
.service2 a.as1{margin-top:36px;}
.service2 a.as2{margin-top:40px;}
.service2 p.ps2{
	font-size:16px;
	color:#236b81;
	margin-top:40px;
	margin-left:56px;
}
.service2 p.ps3{
	font-size:18px;
	color:#236b81;
	font-weight:bold;
	margin-top:10px;
	margin-left:10px;
}
.service2 a:hover{color:#236b81;}

/*link*/
.link{
	display:block;
	width:1100px;
	margin:0 auto;
	clear:both;
	font-size:14px;
	color:#236b81;
	font-weight:bold;
	padding-bottom:20px;
	padding-left:10px;
}
.link a{
	color:#236b81;
	padding:0 12px;
}
 .link a:hover{text-decoration:underline;}
 
 /*bottom*/
.bottom_bg{
	width:100%;
	height:93px;
	background:#6e9daf;
	float:left;
}
.bottom_bg p{
	display:block;
	width:1110px;
	height:auto;
	margin:0 auto;
	text-align:center;
	font-size:14px;
	color:#fff;
	line-height:26px;
	margin-top:20px;
}
 
/*提示*/
 .ti{
	 width:120px;
	 height:auto;
	 position:fixed;
	 /*box-shadow: 10px 10px 10px #888888;*/
	 top:220px;
	 left:0;
	 z-index:999;
 }
  .ti img{
	  display:block;
	  width:100%;
  }